几个有用的GIS接口
前几天在稀土掘金中看到了一篇好文章:《程序员福利:各大平台免费接口,非常实用》,其中分享了一系列的有用的接口,小编也整理了一下,找了几个对GIS开发中可能用到的,列表如下。
物流接口
http://www.kuaidi100.com/query?type=快递公司代号&postid=快递单号
说明:
ps:快递公司编码:申通=”shentong” EMS=”ems” 顺丰=”shunfeng” 圆通=”yuantong” 中通=”zhongtong” 韵达=”yunda” 天天=”tiantian” 汇通=”huitongkuaidi” 全峰=”quanfengkuaidi” 德邦=”debangwuliu” 宅急送=”zhaijisong”
谷歌接口
FeedXml转json接口:
http://ajax.googleapis.com/ajax/services/feed/load?q=Feed地址&v=1.0
说明:
备选参数:callback:&callback=foo就会在json外面嵌套foo({})方便做jsonp使用。
备选参数:n:返回多少条记录。
天气接口
百度接口:
http://api.map.baidu.com/telematics/v3/weather?location=嘉兴&output=json&ak=5slgyqGDENN7Sy7pw29IUvrZ
@
location
:城市名或经纬度@
ak
:开发者密钥@
output
:默认xml
气象局接口:
http://m.weather.com.cn/data/101010100.html
地图接口
阿里云根据地区名获取经纬度接口:
http://gc.ditu.aliyun.com/geocoding?a=苏州市
参数解释: 纬度,经度type 001 (100代表道路,010代表POI,001代表门址,111可以同时显示前三项)
阿里云根据经纬度获取地区名接口:
http://gc.ditu.aliyun.com/regeocoding?l=39.938133,116.395739&type=001
也可以通过HTML5定位的方式来实现相关的功能,可以参考文章:
http://malagis.com/html5-latitude-longitude-altitude-speed-orientation.html
http://malagis.com/html5-google-map-display-position.html
http://malagis.com/html5-display-position-baidu-maps.html
http://malagis.com/baidu-maps-api-map-coordinate-conversion.html
IP接口
新浪接口(ip值为空的时候 获取本地的):
http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=218.4.255.255
淘宝接口:
http://ip.taobao.com/service/getIpInfo.php?ip=63.223.108.42